startingAnimation
Type
message
Summary
Message fired on the object that the animation is applied to.
Syntax
startingAnimation <pAnimationID>
Description
Use the startingAnimation message to perform any operation when starting an animation.
Parameters
Name | Type | Description |
---|---|---|
pAnimationID | string | A string that identifies the animation that has just started. This string can be defined by the user, if the user does not, this parameter will be empty |
Examples
on startingAnimation pAnimationID
if pAnimationID is "image" then
set the resizeQuality of image 1 to "normal"
end if
end startingAnimation
Compatibility and Support
OS
mac
windows
linux
ios
android
Platforms
desktop
mobile
web